home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / ddmenu40.zip / ACUMSTAT.DOC < prev    next >
Text File  |  1989-11-07  |  4KB  |  100 lines

  1.  
  2.                             ACUMULATE USER STATISTICS
  3.                                SYSOP DOCUMENTATION
  4.  
  5.  
  6.                            VERSION 1.3, NOVEMBER 1989
  7.                      COPYRIGHT (c) 1989, ALL RIGHTS RESERVED
  8.                               BY CHESTER H. JOHNSON
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. Warranty:
  16. ---------
  17.  
  18.      I make no warranties, express or implied, as to the mercantibility or
  19. suitability for any purpose of this product.  I am not liable in any way for
  20. any damage or loss resulting from the use of this product.  I can not be held
  21. responsible for such damages or loss.  This program is provided AS-IS and is
  22. used at your own descretion and risk only.
  23.  
  24.  
  25. Disclaimer:
  26. -----------
  27.  
  28.      This program is "Freeware", which means that you can copy and use this
  29. program as long as no fee is charged for the program itself (but a nominal
  30. copying charge of up to $1.00 is allowed).  In other words:  I am the only
  31. person who can charge for the program, and I choose to give it away, free of
  32. charge.  I still retain the rights to the source code and all the routines
  33. therein.  You may not modify or borrow these routines without my express
  34. written consent.
  35.  
  36.      RBBS-PC (r) and RBBS(r) are registered trademarks of D. Thomas Mack.
  37. Wildcat!(r) is a registered trademark of Mustang Software.  PC-Board(r) is a
  38. registered trademark of Clark Development Co.  I have not put the "(r)"
  39. everywhere it should be, but this is not in an attempt to infringe on their
  40. copyrights, this was done because I am not in the habbit of doing that. Apple
  41. (tm) is a registered trademark of Apple Computer Corporation.
  42.  
  43.  
  44. Why I wrote it:
  45. ---------------
  46.  
  47.      In August (1989) I decided I needed a way to keep track of how many
  48. messages each person was posting.  The problem was that RBBS 17.2B and earlier
  49. don't keep track of this themselves, so I created Acumstat v1.0.
  50.  
  51.      What Acumstat does is scan the callers log looking for the occurences of
  52. certain words or phrases.  When it finds these it adds up the number of times
  53. a user has entered a message and creates a file of who uploaded what.  When it
  54. has checked the whole file it then creates a bulletin showing the user name,
  55. # uploads, # download, #calls, # messages posted, and messages/call ratio.
  56.  
  57.  
  58. How to set up Acumstat:
  59. -----------------------
  60.  
  61.      To use Acumstat you must create 2 file.  The first is ACUMSTAT.DEF.  This
  62. file contains a list of all the callers logs you want processed with 1 log
  63. name per line.
  64.  
  65.      The second file is USERUTIL.DEF.  The format for this file is:
  66. <users file name>, <bulletin file name>, <callers print file name>, <upload
  67. file name>.  Where each of these is on it's own line.
  68.  
  69.  
  70. How to use Acumstat:
  71. --------------------
  72.  
  73.      Acumstat is meant to be run once a day during your nightly maintenance.
  74. At the time you run it you need to make sure that no one is on the board.
  75. After it has run you then must blank out the callers files or the next day the
  76. same messages will be counted again.
  77.  
  78.      The command line for running it is:
  79.  
  80.            ACUMSTAT ACUMSTAT.DEF #
  81.  
  82. where the "#" is the number of callers files you have listed in ACUMSTAT.DEF.
  83.  
  84.  
  85. Update history:
  86. ---------------
  87.  
  88.      v1.3  Some bugs fixed and the first production version released.
  89.  
  90.  
  91. Files included with ACUM13.EXE:
  92. -------------------------------
  93.  
  94.      ACUMSTAT.DAT  -  Data used when scanning the callers files.
  95.      ACUMSTAT.DEF  -  Sample of ACUMSTAT.DEF.
  96.      ACUMSTAT.DOC  -  This documentation.
  97.      ACUMSTAT.EXE  -  The program itself.
  98.      USERUTIL.DEF  -  Sample of USERUTIL.DEF
  99.  
  100.